Description:

Determines whether the first specified Point2f comes after (has superior sorting value than) the second point, or it is equal to it. Coordinates evaluation priority is first X, then Y.

Syntax:
public static public static bool operator >=(
Point2f a,
Point2f b
)
Parameters:
Returns:
Type: public
Available since:
5.0

Nothing found